3.42 \(\int \csc ^6(e+f x) (a+b \tan ^2(e+f x)) \, dx\)

Optimal. Leaf size=64 \[ -\frac{(2 a+b) \cot ^3(e+f x)}{3 f}-\frac{(a+2 b) \cot (e+f x)}{f}-\frac{a \cot ^5(e+f x)}{5 f}+\frac{b \tan (e+f x)}{f} \]

[Out]

-(((a + 2*b)*Cot[e + f*x])/f) - ((2*a + b)*Cot[e + f*x]^3)/(3*f) - (a*Cot[e + f*x]^5)/(5*f) + (b*Tan[e + f*x])
/f

________________________________________________________________________________________

Rubi [A]  time = 0.0528497, antiderivative size = 64, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.095, Rules used = {3663, 448} \[ -\frac{(2 a+b) \cot ^3(e+f x)}{3 f}-\frac{(a+2 b) \cot (e+f x)}{f}-\frac{a \cot ^5(e+f x)}{5 f}+\frac{b \tan (e+f x)}{f} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^6*(a + b*Tan[e + f*x]^2),x]

[Out]

-(((a + 2*b)*Cot[e + f*x])/f) - ((2*a + b)*Cot[e + f*x]^3)/(3*f) - (a*Cot[e + f*x]^5)/(5*f) + (b*Tan[e + f*x])
/f

Rule 3663

Int[sin[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol] :> With[
{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff^(m + 1))/f, Subst[Int[(x^m*(a + b*(ff*x)^n)^p)/(c^2 + ff^2*x^2
)^(m/2 + 1), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, e, f, n, p}, x] && IntegerQ[m/2]

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rubi steps

\begin{align*} \int \csc ^6(e+f x) \left (a+b \tan ^2(e+f x)\right ) \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\left (1+x^2\right )^2 \left (a+b x^2\right )}{x^6} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac{\operatorname{Subst}\left (\int \left (b+\frac{a}{x^6}+\frac{2 a+b}{x^4}+\frac{a+2 b}{x^2}\right ) \, dx,x,\tan (e+f x)\right )}{f}\\ &=-\frac{(a+2 b) \cot (e+f x)}{f}-\frac{(2 a+b) \cot ^3(e+f x)}{3 f}-\frac{a \cot ^5(e+f x)}{5 f}+\frac{b \tan (e+f x)}{f}\\ \end{align*}

Mathematica [A]  time = 0.0491428, size = 106, normalized size = 1.66 \[ -\frac{8 a \cot (e+f x)}{15 f}-\frac{a \cot (e+f x) \csc ^4(e+f x)}{5 f}-\frac{4 a \cot (e+f x) \csc ^2(e+f x)}{15 f}+\frac{b \tan (e+f x)}{f}-\frac{5 b \cot (e+f x)}{3 f}-\frac{b \cot (e+f x) \csc ^2(e+f x)}{3 f} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^6*(a + b*Tan[e + f*x]^2),x]

[Out]

(-8*a*Cot[e + f*x])/(15*f) - (5*b*Cot[e + f*x])/(3*f) - (4*a*Cot[e + f*x]*Csc[e + f*x]^2)/(15*f) - (b*Cot[e +
f*x]*Csc[e + f*x]^2)/(3*f) - (a*Cot[e + f*x]*Csc[e + f*x]^4)/(5*f) + (b*Tan[e + f*x])/f

________________________________________________________________________________________

Maple [A]  time = 0.072, size = 83, normalized size = 1.3 \begin{align*}{\frac{1}{f} \left ( b \left ( -{\frac{1}{3\, \left ( \sin \left ( fx+e \right ) \right ) ^{3}\cos \left ( fx+e \right ) }}+{\frac{4}{3\,\cos \left ( fx+e \right ) \sin \left ( fx+e \right ) }}-{\frac{8\,\cot \left ( fx+e \right ) }{3}} \right ) +a \left ( -{\frac{8}{15}}-{\frac{ \left ( \csc \left ( fx+e \right ) \right ) ^{4}}{5}}-{\frac{4\, \left ( \csc \left ( fx+e \right ) \right ) ^{2}}{15}} \right ) \cot \left ( fx+e \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^6*(a+b*tan(f*x+e)^2),x)

[Out]

1/f*(b*(-1/3/sin(f*x+e)^3/cos(f*x+e)+4/3/sin(f*x+e)/cos(f*x+e)-8/3*cot(f*x+e))+a*(-8/15-1/5*csc(f*x+e)^4-4/15*
csc(f*x+e)^2)*cot(f*x+e))

________________________________________________________________________________________

Maxima [A]  time = 1.11731, size = 80, normalized size = 1.25 \begin{align*} \frac{15 \, b \tan \left (f x + e\right ) - \frac{15 \,{\left (a + 2 \, b\right )} \tan \left (f x + e\right )^{4} + 5 \,{\left (2 \, a + b\right )} \tan \left (f x + e\right )^{2} + 3 \, a}{\tan \left (f x + e\right )^{5}}}{15 \, f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^6*(a+b*tan(f*x+e)^2),x, algorithm="maxima")

[Out]

1/15*(15*b*tan(f*x + e) - (15*(a + 2*b)*tan(f*x + e)^4 + 5*(2*a + b)*tan(f*x + e)^2 + 3*a)/tan(f*x + e)^5)/f

________________________________________________________________________________________

Fricas [A]  time = 1.87629, size = 236, normalized size = 3.69 \begin{align*} -\frac{8 \,{\left (a + 5 \, b\right )} \cos \left (f x + e\right )^{6} - 20 \,{\left (a + 5 \, b\right )} \cos \left (f x + e\right )^{4} + 15 \,{\left (a + 5 \, b\right )} \cos \left (f x + e\right )^{2} - 15 \, b}{15 \,{\left (f \cos \left (f x + e\right )^{5} - 2 \, f \cos \left (f x + e\right )^{3} + f \cos \left (f x + e\right )\right )} \sin \left (f x + e\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^6*(a+b*tan(f*x+e)^2),x, algorithm="fricas")

[Out]

-1/15*(8*(a + 5*b)*cos(f*x + e)^6 - 20*(a + 5*b)*cos(f*x + e)^4 + 15*(a + 5*b)*cos(f*x + e)^2 - 15*b)/((f*cos(
f*x + e)^5 - 2*f*cos(f*x + e)^3 + f*cos(f*x + e))*sin(f*x + e))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**6*(a+b*tan(f*x+e)**2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.47163, size = 107, normalized size = 1.67 \begin{align*} \frac{15 \, b \tan \left (f x + e\right ) - \frac{15 \, a \tan \left (f x + e\right )^{4} + 30 \, b \tan \left (f x + e\right )^{4} + 10 \, a \tan \left (f x + e\right )^{2} + 5 \, b \tan \left (f x + e\right )^{2} + 3 \, a}{\tan \left (f x + e\right )^{5}}}{15 \, f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^6*(a+b*tan(f*x+e)^2),x, algorithm="giac")

[Out]

1/15*(15*b*tan(f*x + e) - (15*a*tan(f*x + e)^4 + 30*b*tan(f*x + e)^4 + 10*a*tan(f*x + e)^2 + 5*b*tan(f*x + e)^
2 + 3*a)/tan(f*x + e)^5)/f